My shell portfolio begins
This commit is contained in:
12
StartProject.sh
Normal file
12
StartProject.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
#arguments
|
||||
#1) directory to start in
|
||||
|
||||
START_DIR="$1"
|
||||
|
||||
cd $START_DIR
|
||||
|
||||
code .
|
Reference in New Issue
Block a user