Skip to content

Commit 8dd81b2

Browse files
Create apm
1 parent 807e026 commit 8dd81b2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

iso/usr/bin/apm

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
case "$1" in
3+
install) echo "Installing $2...";;
4+
remove) echo "Removing $2...";;
5+
list) echo "Listing packages...";;
6+
*) echo "Usage: apm {install|remove|list}";;
7+
esac

0 commit comments

Comments
 (0)