We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b3e68 commit 34aa228Copy full SHA for 34aa228
examples/convert.sh
@@ -4,8 +4,9 @@
4
# - first install `unix-permissions`
5
# - then `bash node_modules/unix-permissions/examples/convert.sh`
6
7
-# The following `alias` is only needed for this example.
+# The following lines are only needed for this example.
8
# In a terminal, you should directly use `unix-permissions` instead.
9
+shopt -s expand_aliases
10
alias unix-permissions='./build/src/bin/index.js'
11
12
unix-permissions convert.symbolic 111 # a=x
0 commit comments