Skip to content

Commit e4f59ba

Browse files
committed
Adding setup.sh from the codespace!
1 parent 247dbe6 commit e4f59ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
sudo apt-get update
4+
sudo apt-get install sl
5+
echo "export PATH=\$PATH:/usr/games" >> ~/.bashrc

0 commit comments

Comments
 (0)