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 6295baa commit c59f15bCopy full SHA for c59f15b
examples/is/exist
@@ -78,15 +78,11 @@ inspect_args() {
78
79
# :command.user_lib
80
# :src/lib/is.sh
81
-#!/bin/bash
82
-#
+# is.sh copyright notice:
83
# Copyright (c) 2016 Józef Sokołowski
84
# Distributed under the MIT License
85
86
# For most current version checkout repository:
87
# https://github.com/qzb/is.sh
88
89
-
90
is() {
91
if [ "$1" == "--help" ]; then
92
cat << EOF
examples/is/src/lib/is.sh
@@ -1,12 +1,8 @@
1
2
3
4
5
6
7
8
9
10
11
12
0 commit comments