Changed file structure

This commit is contained in:
2021-11-24 09:00:51 +01:00
parent 4bf8b8e0c0
commit d4754e5547
32 changed files with 2 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
install_pycharm() {
echo "Installing Pycharm"
sudo snap install pycharm-community --classic
}

View File

@@ -0,0 +1,6 @@
#!/bin/bash
install_simplenote() {
echo "Installing Simplenote"
sudo snap install simplenote
}