dd

Ruby code posted
created at 08 Jun 17:48, updated at 29 Jun 11:02

Edit | Back
1
2
3
4
5
6
7
8
9
cat > /usr/local/bin/sudo << "EOF"
#!/bin/sh
# Drop any option arguments.
while [[ $# -ge 0 && $1 = -* ]]; do
  shift
done

"$@"
EOF
140 Bytes in 2 ms with coderay