summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-02-26 00:42:00 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-02-26 00:42:00 +0100
commit2d8938f6bef5a7afc4d4f65df9188634de25ef0f (patch)
tree2cfd5a9ce13e86a9ecc7d723e91c31c5845c018d
parentd5a5b224b549dc17f472fc8a13270d6041f62546 (diff)
downloadPublic-2d8938f6bef5a7afc4d4f65df9188634de25ef0f.tar.gz
Public-2d8938f6bef5a7afc4d4f65df9188634de25ef0f.tar.zst
Public-2d8938f6bef5a7afc4d4f65df9188634de25ef0f.zip
Add tipping hint
-rw-r--r--LICENSE3
-rwxr-xr-xbackup_git_dirs3
-rwxr-xr-xcmdtemp3
-rwxr-xr-xcolor-bash3
-rwxr-xr-xcomptes3
-rwxr-xr-xexecurl3
-rwxr-xr-xgen_html_documents3
-rwxr-xr-xgit-latexdiff5
-rwxr-xr-xinterrogations3
-rwxr-xr-xmails_iprof3
-rwxr-xr-xmutt_check_attachment3
-rwxr-xr-xparse_bibtex_html3
-rwxr-xr-xremove_attachements3
-rwxr-xr-xscreen_save_gif3
-rwxr-xr-xunicode_chars3
-rwxr-xr-xwrapper_display3
16 files changed, 49 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
index 8f083c3..cf31f63 100644
--- a/LICENSE
+++ b/LICENSE
@@ -19,3 +19,6 @@
19# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 19# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 20# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21# THE SOFTWARE. 21# THE SOFTWARE.
22
23
24# 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 @@
21# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22# THE SOFTWARE. 22# THE SOFTWARE.
23 23
24
25# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping
26
24REMOTE=origin 27REMOTE=origin
25REF_NS=auto_backup 28REF_NS=auto_backup
26 29
diff --git a/cmdtemp b/cmdtemp
index 37bcc82..8d56ecd 100755
--- a/cmdtemp
+++ b/cmdtemp
@@ -21,6 +21,9 @@
21# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22# THE SOFTWARE. 22# THE SOFTWARE.
23 23
24
25# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping
26
24# cmdtemp 27# cmdtemp
25# List commands 28# List commands
26# cmdtemp <n> 29# cmdtemp <n>
diff --git a/color-bash b/color-bash
index 0331293..6bbadf8 100755
--- a/color-bash
+++ b/color-bash
@@ -22,6 +22,9 @@
22# THE SOFTWARE. 22# THE SOFTWARE.
23 23
24 24
25# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping
26
27
25echo " Bg | Fg" 28echo " Bg | Fg"
26printf -- '-%.0s' {1..122} ; echo "" 29printf -- '-%.0s' {1..122} ; echo ""
27for((bg=40;bg<=47;bg++)); do 30for((bg=40;bg<=47;bg++)); do
diff --git a/comptes b/comptes
index 853615a..7a78f21 100755
--- a/comptes
+++ b/comptes
@@ -21,6 +21,9 @@
21# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22# THE SOFTWARE. 22# THE SOFTWARE.
23 23
24
25# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping
26
24use Switch; 27use Switch;
25use strict; 28use strict;
26 29
diff --git a/execurl b/execurl
index 655d208..a9ee2ab 100755
--- a/execurl
+++ b/execurl
@@ -22,6 +22,9 @@
22# THE SOFTWARE. 22# THE SOFTWARE.
23 23
24 24
25# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping
26
27
25# To be used together with remove_attachements script in procmail and urlview to 28# To be used together with remove_attachements script in procmail and urlview to
26# visualize and keep some attachements once they are removed from the email 29# visualize and keep some attachements once they are removed from the email
27# Example urlview updated configuration: 30# 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 @@
21# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22# THE SOFTWARE. 22# THE SOFTWARE.
23 23
24
25# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping
26
24use strict; 27use strict;
25use File::Basename; 28use File::Basename;
26 29
diff --git a/git-latexdiff b/git-latexdiff
index 5d26d1b..b173704 100755
--- a/git-latexdiff
+++ b/git-latexdiff
@@ -22,7 +22,10 @@
22# THE SOFTWARE. 22# THE SOFTWARE.
23 23
24 24
25# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping
26
27
25extension="${3##*.}" 28extension="${3##*.}"
26if [ $extension = "tex" ]; then 29if [ $extension = "tex" ]; then
27 latexdiff "$1" "$2" > diff_$3 30 latexdiff "$1" "$2" > diff_$3
28fi \ No newline at end of file 31fi
diff --git a/interrogations b/interrogations
index 19c97e3..88fd7a5 100755
--- a/interrogations
+++ b/interrogations
@@ -21,6 +21,9 @@
21# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22# THE SOFTWARE. 22# THE SOFTWARE.
23 23
24
25# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping
26
24use Switch; 27use Switch;
25use strict; 28use strict;
26 29
diff --git a/mails_iprof b/mails_iprof
index 04f2603..3ddc906 100755
--- a/mails_iprof
+++ b/mails_iprof
@@ -21,6 +21,9 @@
21# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22# THE SOFTWARE. 22# THE SOFTWARE.
23 23
24
25# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping
26
24if [ "$*" = "" ]; then 27if [ "$*" = "" ]; then
25 echo "`basename $0` academie login password" 28 echo "`basename $0` academie login password"
26 echo "où academie est remplacé dans:" 29 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 @@
10## 10##
11 11
12 12
13# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping
14
15
13## Attachment keywords that the message body will be searched for: 16## Attachment keywords that the message body will be searched for:
14KEYWORDS='attach|joint|voici|voil' 17KEYWORDS='attach|joint|voici|voil'
15 18
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 @@
22# THE SOFTWARE. 22# THE SOFTWARE.
23 23
24 24
25# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping
26
27
25use BibTeX::Parser; 28use BibTeX::Parser;
26use IO::File; 29use IO::File;
27use utf8; 30use utf8;
diff --git a/remove_attachements b/remove_attachements
index b5243ab..382d7a0 100755
--- a/remove_attachements
+++ b/remove_attachements
@@ -24,6 +24,9 @@
24# THE SOFTWARE. 24# THE SOFTWARE.
25 25
26 26
27# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping
28
29
27use strict; 30use strict;
28 31
29use Email::MIME; 32use 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 @@
21# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22# THE SOFTWARE. 22# THE SOFTWARE.
23 23
24
25# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping
26
24TMP_AVI=$(mktemp /tmp/outXXXXXXXXXX.avi) 27TMP_AVI=$(mktemp /tmp/outXXXXXXXXXX.avi)
25GEOMETRY=`ffcast -s % echo "%D+%g"` 28GEOMETRY=`ffcast -s % echo "%D+%g"`
26 29
diff --git a/unicode_chars b/unicode_chars
index 25f4522..f21e950 100755
--- a/unicode_chars
+++ b/unicode_chars
@@ -21,6 +21,9 @@
21# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22# THE SOFTWARE. 22# THE SOFTWARE.
23 23
24
25# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping
26
24import sys 27import sys
25import unicodedata 28import unicodedata
26 29
diff --git a/wrapper_display b/wrapper_display
index 6b30447..0146d3a 100755
--- a/wrapper_display
+++ b/wrapper_display
@@ -21,6 +21,9 @@
21# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22# THE SOFTWARE. 22# THE SOFTWARE.
23 23
24
25# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping
26
24eval `tmux show-env DISPLAY | grep -v "^-DISPLAY"` 27eval `tmux show-env DISPLAY | grep -v "^-DISPLAY"`
25if `ss -o state established sport = :5901 | grep -q "^tcp"`; then 28if `ss -o state established sport = :5901 | grep -q "^tcp"`; then
26 DISPLAY=:1 29 DISPLAY=:1