1e399f122b
Among others to remove excessive sudo prompts
3 lines
44 B
Bash
Executable file
3 lines
44 B
Bash
Executable file
#!/bin/sh
|
||
# Underline arg
|
||
echo "[4m$1[0m"
|