summaryrefslogtreecommitdiff
blob: 127c177760e3b6fb358c93144a5c074983cd3eb4 (plain)
1
2
3
4
5
#!/bin/bash
# strip hostname -n from command line
runme="$(echo $@ | sed -e 's:.* -n \(.*\):\1:')"
# do what -n should have done
${runme} < /dev/null