3 lines
44 B
Bash
Executable file
3 lines
44 B
Bash
Executable file
#!/bin/sh
|
||
# Underline arg
|
||
echo "[4m$1[0m"
|