Skip to content

Commit c985289

Browse files
Adding setup.sh from the codespace!
1 parent 25d2588 commit c985289

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

codespace.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
### You are learning about codespaces!
22
# Writing code upon codespace creation!
3+
# Writing code upon codespace creation!

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)