chiark
/
gitweb
/
~mdw
/
hippotat
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wip, towards target
[hippotat]
/
fake-userv
1
#!/bin/sh
2
set -ex
3
echo >&2 "$0: invoked as $0 $*"
4
exec 3<&0 4>&1 5>&2 >&2 </dev/null
5
exec xterm -T netns -e unshare -n -- sh -xc '
6
"$@" <&3 >&4 2>&5 &
7
sleep 0.1
8
env - bash -i
9
' x "$@"