We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807e026 commit 8dd81b2Copy full SHA for 8dd81b2
iso/usr/bin/apm
@@ -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