mirror of
https://github.com/tloncorp/landscape.git
synced 2024-11-24 09:42:26 +03:00
ops: correct bash escaping
This commit is contained in:
parent
a59505330d
commit
e5d065dfd0
4
.github/helpers/glob.sh
vendored
4
.github/helpers/glob.sh
vendored
@ -12,11 +12,11 @@ curl https://bootstrap.urbit.org/globber.tar.gz | tar xzk
|
||||
./zod/.run -d
|
||||
|
||||
dojo () {
|
||||
curl -s --data '{"source":{"dojo":"$1"},"sink":{"stdout":null}}' http://localhost:12321
|
||||
curl -s --data '{"source":{"dojo":"'"$1"'"},"sink":{"stdout":null}}' http://localhost:12321
|
||||
}
|
||||
|
||||
hood () {
|
||||
curl -s --data '{"source":{"dojo":"+hood/$1"},"sink":{"app":"hood"}}' http://localhost:12321
|
||||
curl -s --data '{"source":{"dojo":"+hood/'"$1"'"},"sink":{"app":"hood"}}' http://localhost:12321
|
||||
}
|
||||
|
||||
hood "merge %work our %base"
|
||||
|
Loading…
Reference in New Issue
Block a user