Add uwu in Bourne shell (sh)
This commit is contained in:
parent
5bc3b01339
commit
a66f4fcbd2
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ uwu in every programming language in the world
|
||||||
## Languages
|
## Languages
|
||||||
|
|
||||||
- [AWK](uwu.awk)
|
- [AWK](uwu.awk)
|
||||||
|
- [Bourne shell (sh)](uwu.sh)
|
||||||
- [C](uwu.c)
|
- [C](uwu.c)
|
||||||
- [C++](uwu.cpp)
|
- [C++](uwu.cpp)
|
||||||
- [Javascript](uwu.js)
|
- [Javascript](uwu.js)
|
||||||
|
|
1
uwu.sh
Normal file
1
uwu.sh
Normal file
|
@ -0,0 +1 @@
|
||||||
|
echo "uwu"
|
Loading…
Add table
Add a link
Reference in a new issue