From: Ismaël Bouya Date: Mon, 25 Feb 2019 23:42:00 +0000 (+0100) Subject: Add tipping hint X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FScripts%2FPublic.git;a=commitdiff_plain;h=2d8938f6bef5a7afc4d4f65df9188634de25ef0f Add tipping hint --- diff --git a/LICENSE b/LICENSE index 8f083c3..cf31f63 100644 --- a/LICENSE +++ b/LICENSE @@ -19,3 +19,6 @@ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. + + +# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping diff --git a/backup_git_dirs b/backup_git_dirs index 9822bab..6846e04 100755 --- a/backup_git_dirs +++ b/backup_git_dirs @@ -21,6 +21,9 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. + +# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping + REMOTE=origin REF_NS=auto_backup diff --git a/cmdtemp b/cmdtemp index 37bcc82..8d56ecd 100755 --- a/cmdtemp +++ b/cmdtemp @@ -21,6 +21,9 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. + +# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping + # cmdtemp # List commands # cmdtemp diff --git a/color-bash b/color-bash index 0331293..6bbadf8 100755 --- a/color-bash +++ b/color-bash @@ -22,6 +22,9 @@ # THE SOFTWARE. +# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping + + echo " Bg | Fg" printf -- '-%.0s' {1..122} ; echo "" for((bg=40;bg<=47;bg++)); do diff --git a/comptes b/comptes index 853615a..7a78f21 100755 --- a/comptes +++ b/comptes @@ -21,6 +21,9 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. + +# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping + use Switch; use strict; diff --git a/execurl b/execurl index 655d208..a9ee2ab 100755 --- a/execurl +++ b/execurl @@ -22,6 +22,9 @@ # THE SOFTWARE. +# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping + + # To be used together with remove_attachements script in procmail and urlview to # visualize and keep some attachements once they are removed from the email # Example urlview updated configuration: diff --git a/gen_html_documents b/gen_html_documents index eb361ce..0c63ae6 100755 --- a/gen_html_documents +++ b/gen_html_documents @@ -21,6 +21,9 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. + +# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping + use strict; use File::Basename; diff --git a/git-latexdiff b/git-latexdiff index 5d26d1b..b173704 100755 --- a/git-latexdiff +++ b/git-latexdiff @@ -22,7 +22,10 @@ # THE SOFTWARE. +# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping + + extension="${3##*.}" if [ $extension = "tex" ]; then latexdiff "$1" "$2" > diff_$3 -fi \ No newline at end of file +fi diff --git a/interrogations b/interrogations index 19c97e3..88fd7a5 100755 --- a/interrogations +++ b/interrogations @@ -21,6 +21,9 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. + +# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping + use Switch; use strict; diff --git a/mails_iprof b/mails_iprof index 04f2603..3ddc906 100755 --- a/mails_iprof +++ b/mails_iprof @@ -21,6 +21,9 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. + +# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping + if [ "$*" = "" ]; then echo "`basename $0` academie login password" echo "où academie est remplacé dans:" diff --git a/mutt_check_attachment b/mutt_check_attachment index f99112f..2365194 100755 --- a/mutt_check_attachment +++ b/mutt_check_attachment @@ -10,6 +10,9 @@ ## +# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping + + ## Attachment keywords that the message body will be searched for: KEYWORDS='attach|joint|voici|voil' diff --git a/parse_bibtex_html b/parse_bibtex_html index 5e54729..3557572 100755 --- a/parse_bibtex_html +++ b/parse_bibtex_html @@ -22,6 +22,9 @@ # THE SOFTWARE. +# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping + + use BibTeX::Parser; use IO::File; use utf8; diff --git a/remove_attachements b/remove_attachements index b5243ab..382d7a0 100755 --- a/remove_attachements +++ b/remove_attachements @@ -24,6 +24,9 @@ # THE SOFTWARE. +# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping + + use strict; use Email::MIME; diff --git a/screen_save_gif b/screen_save_gif index e6dcd83..73e6940 100755 --- a/screen_save_gif +++ b/screen_save_gif @@ -21,6 +21,9 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. + +# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping + TMP_AVI=$(mktemp /tmp/outXXXXXXXXXX.avi) GEOMETRY=`ffcast -s % echo "%D+%g"` diff --git a/unicode_chars b/unicode_chars index 25f4522..f21e950 100755 --- a/unicode_chars +++ b/unicode_chars @@ -21,6 +21,9 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. + +# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping + import sys import unicodedata diff --git a/wrapper_display b/wrapper_display index 6b30447..0146d3a 100755 --- a/wrapper_display +++ b/wrapper_display @@ -21,6 +21,9 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. + +# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping + eval `tmux show-env DISPLAY | grep -v "^-DISPLAY"` if `ss -o state established sport = :5901 | grep -q "^tcp"`; then DISPLAY=:1