diff options
author | Marvin Borner | 2019-06-26 19:13:34 +0200 |
---|---|---|
committer | Marvin Borner | 2019-06-26 19:13:34 +0200 |
commit | 0019754be97684676682ad0efa65066504faf26c (patch) | |
tree | 29101bbe8b096f3609ebc35681f661e2f728cd33 /test.sh |
Added initial files
Diffstat (limited to 'test.sh')
-rw-r--r-- | test.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +sudo -i -u lfs bash << AWESOMEENDINGLINE +whoami +echo $(pwd) +AWESOMEENDINGLINE +whoami +echo $(pwd) |