4 lines
44 B
Text
4 lines
44 B
Text
|
#!/bin/sh
|
|||
|
# Underline arg
|
|||
|
echo "[4m$1[0m"
|