Last active
February 1, 2020 16:38
-
-
Save paperbenni/f7d92bdb916b626cdb15852eff3db618 to your computer and use it in GitHub Desktop.
Revisions
-
paperbenni revised this gist
Feb 1, 2020 . 1 changed file with 10 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,10 @@ #!/bin/bash echo "$0" SCRIPTPATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 pwd -P )" echo "$SCRIPTPATH" -
paperbenni created this gist
Jan 12, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ echo "hello world" whoami touch ~/.bashhelloworld