sh -> bash
This commit is contained in:
parent
f1b4dd50a5
commit
4a8b72af74
2 changed files with 4 additions and 4 deletions
2
example.sh
Normal file → Executable file
2
example.sh
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# Generates example dataset and does some stuff
|
||||
|
||||
SCRIPT_PATH=$(realpath $0)
|
||||
|
|
|
@ -204,7 +204,7 @@ Initialized table ./pizza with key: user.toppings
|
|||
+ /home/josh/Projects/Ghee/target/debug/ghee status ./pizza
|
||||
+./pizza
|
||||
+./pizza/olive
|
||||
+ /home/josh/Projects/Ghee/target/debug/ghee commit -m Add olive pizza ./pizza
|
||||
+ /home/josh/Projects/Ghee/target/debug/ghee commit -m 'Add olive pizza' ./pizza
|
||||
+ /home/josh/Projects/Ghee/target/debug/ghee log ./pizza
|
||||
commit dffea10f-ff92-9c41-98c4-66316e245ea9
|
||||
|
||||
|
@ -212,12 +212,12 @@ commit dffea10f-ff92-9c41-98c4-66316e245ea9
|
|||
|
||||
+ /home/josh/Projects/Ghee/target/debug/ghee status ./pizza
|
||||
+ /home/josh/Projects/Ghee/target/debug/ghee touch ./pizza/pepperoni
|
||||
+ echo Olives are good on pizza
|
||||
+ echo 'Olives are good on pizza'
|
||||
+ /home/josh/Projects/Ghee/target/debug/ghee set -s yumminess=5 ./pizza/olive
|
||||
+ /home/josh/Projects/Ghee/target/debug/ghee status ./pizza
|
||||
m./pizza/olive
|
||||
+./pizza/pepperoni
|
||||
+ /home/josh/Projects/Ghee/target/debug/ghee commit -m Add pepperoni; add details to olive ./pizza
|
||||
+ /home/josh/Projects/Ghee/target/debug/ghee commit -m 'Add pepperoni; add details to olive' ./pizza
|
||||
+ /home/josh/Projects/Ghee/target/debug/ghee status ./pizza
|
||||
+ /home/josh/Projects/Ghee/target/debug/ghee log ./pizza
|
||||
commit 92e92c38-e362-a54a-8bd2-eebad3aca3c4
|
||||
|
|
Loading…
Reference in a new issue