Skip to content

Commit 5651b7b

Browse files
Initial commit
1 parent 33eb9fb commit 5651b7b

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

install.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/bash
2+
3+
sudo cp INSTALL/TR/calc /usr/bin/
4+
5+
# Changes will be made to the uninstall files for Linux.

install_en.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

install_tr.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

uninstall.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
sudo rm rf - /usr/bin/calc
1+
#!/usr/bin/bash
2+
3+
sudo rm rf - /usr/bin/calc
4+
5+
# Changes will be made to the uninstall files for Linux.

0 commit comments

Comments
 (0)