add bins and alternatives
This commit is contained in:
parent
a935bb9893
commit
9f3594e0d3
21 changed files with 210 additions and 10 deletions
17
data/home/.local/bin/box-drawing-char.sh
Executable file
17
data/home/.local/bin/box-drawing-char.sh
Executable file
|
@ -0,0 +1,17 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo 0x6a j ┘
|
||||
echo 0x6b k ┐
|
||||
echo 0x6c l ┌
|
||||
echo 0x6d m └
|
||||
echo 0x6e n ┼
|
||||
echo 0x71 q ─
|
||||
echo 0x74 t ├
|
||||
echo 0x75 u ┤
|
||||
echo 0x76 v ┴
|
||||
echo 0x77 w ┬
|
||||
echo 0x78 x │
|
||||
echo ┌─┬┐
|
||||
echo │ ││
|
||||
echo ├─┼┤
|
||||
echo └─┴┘
|
Loading…
Add table
Add a link
Reference in a new issue