This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# This script converts a .md Markdown file into a HTML file. | |
# It takes advantage of Pandoc for that, but keeps the front | |
# matter verbatim in order to process it into Hugo. | |
# tmp file: | |
TMP=`mktemp` | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Récupération des fichiers MIDI de cyberbass.com | |
ADRESSE=http://www.cyberbass.com/Major_Works/Bach_J_S/ | |
FICHIER=bach_js_b_minor_mass.htm | |
wget $ADRESSE/$FICHIER | |
cat $FICHIER | grep -o CyberBassPlay\(\'.*\' | sed 's/CyberBassPlay('"'"'\(.*\)'"'"'/\1/g' > out.tmp | |
while read MIDFILE; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# SM (SSH Maintenance) v 1.0 | |
# Script d'installation d'une clef ssh | |
# Configuration pour créer un pont ssh (-R) automatiquement | |
# afin de permettre un accès root sur la machine cible. | |
# | |
# Réalisé par Adrien poupin | |
VERSION=1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
discours |