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 4e3b2c9 commit e509dfdCopy full SHA for e509dfd
examples/convert.js
@@ -1,5 +1,5 @@
1
#!/usr/bin/env node
2
-// This example demonstrates the `convert()` command in JavaScript.
+// Demo of the `convert()` command in JavaScript.
3
// This file can be directly run:
4
// - first install `unix-permissions`
5
// - then `node node_modules/unix-permissions/examples/convert.js`
examples/convert.sh
#!/usr/bin/env bash
-# This example demonstrates the `convert` command in the terminal (Bash).
+# Demo of the `convert` command in the terminal (Bash).
# This file can be directly run:
# - first install `unix-permissions`
# - then `bash node_modules/unix-permissions/examples/convert.sh`
0 commit comments