Skip to content

Commit c59f15b

Browse files
committed
regenerate
1 parent 6295baa commit c59f15b

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

examples/is/exist

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,11 @@ inspect_args() {
7878

7979
# :command.user_lib
8080
# :src/lib/is.sh
81-
#!/bin/bash
82-
#
81+
# is.sh copyright notice:
8382
# Copyright (c) 2016 Józef Sokołowski
8483
# Distributed under the MIT License
85-
#
8684
# For most current version checkout repository:
8785
# https://github.com/qzb/is.sh
88-
#
89-
9086
is() {
9187
if [ "$1" == "--help" ]; then
9288
cat << EOF

examples/is/src/lib/is.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
#!/bin/bash
2-
#
1+
# is.sh copyright notice:
32
# Copyright (c) 2016 Józef Sokołowski
43
# Distributed under the MIT License
5-
#
64
# For most current version checkout repository:
75
# https://github.com/qzb/is.sh
8-
#
9-
106
is() {
117
if [ "$1" == "--help" ]; then
128
cat << EOF

0 commit comments

Comments
 (0)