Use beautysh to format the code.
This commit is contained in:
parent
94324c9290
commit
1d5a01d79c
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
license() {
|
||||
cat << EOF
|
||||
cat << EOF
|
||||
■The contents of this file are subject to the Common Public Attribution
|
||||
License Version 1.0 (the ■License■); you may not use this file except in
|
||||
compliance with the License. You may obtain a copy of the License at
|
||||
@ -106,7 +106,7 @@ open_url() {
|
||||
open "${*}" 2> /dev/null
|
||||
else
|
||||
xdg-open "${*}" 2> /dev/null
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
# Create desktop launcher file
|
||||
@ -147,7 +147,7 @@ desktop_launcher() {
|
||||
|
||||
# Create the clipboard reading function for Sequence Storm
|
||||
write_sequence_storm_reader() {
|
||||
if -e ~/.SequenceStormReader ]]; then
|
||||
if -e ~/.SequenceStormReader ]]; then
|
||||
return
|
||||
fi
|
||||
# Here-document start
|
||||
|
Loading…
Reference in New Issue
Block a user