Gitiles
Code Review
Sign In
review.sourcearcade.org
/
flashprog
/
refs/heads/1.2.x
/
.
/
util
/
manibuilder
/
mani-wrapper.sh
blob: b2de31f001063418ef91f9a52816cd20596d95ed [
file
] [
log
] [
blame
]
Nico Huber
c0b52db
2022-12-15 12:42:32 +0000
[
diff
] [
blame
]
1
#!/bin/sh
2
Nico Huber
c3b02dc
2023-08-12 01:13:45 +0200
[
diff
] [
blame
]
3
cd
/
home
/
mani
/
flashprog
/
Nico Huber
c0b52db
2022-12-15 12:42:32 +0000
[
diff
] [
blame
]
4
5
if
[
$
# -eq 0 ]; then
6
exec
"${DEVSHELL}"
7
else
8
exec
"${DEVSHELL}"
-
c
"$*"
9
fi