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
(function () { | |
var articleId = fyre.conv.load.makeArticleId(null); | |
fyre.conv.load({ | |
"strings": { | |
"signIn": "Identification", | |
"signInGuest": "Se connecter en invit\u00e9", | |
"signOut": "D\u00e9connexion", | |
"editProfile": "\u00c9diter le profil", | |
"siteAdmin": "Administration", | |
"postButton": "Poster", |
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/bash | |
# Allows us to read user input below, assigns stdin to keyboard | |
exec < /dev/tty | |
POSITIONAL_ARGS=() | |
while [[ $# -gt 0 ]]; do | |
case $1 in | |
-n|--no-verify) |
OlderNewer