Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Maud Kerebel
scripts
Commits
fbe43627
Commit
fbe43627
authored
Sep 01, 2014
by
Pierre-Elliott Bécue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[respbats] On vire les warnings pour l'encodage.
parent
927e39a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
13 deletions
+3
-13
respbats/crans_lc
respbats/crans_lc
+2
-7
respbats/whos
respbats/whos
+1
-6
No files found.
respbats/crans_lc
View file @
fbe43627
#!
/bin/sh
#!/bin/
ba
sh
if
[
!
-e
/usr/scripts/var/encodage_scripts/
$UID
]
;
then
cat
/usr/scripts/var/encodage_scripts/disclaimer
touch
/usr/scripts/var/encodage_scripts/
$UID
else
LANG
=
fr_FR.UTF-8
sudo
-u
respbats /usr/scripts/gestion/gest_crans_lc.py
"
$@
"
fi
;
LANG
=
fr_FR.UTF-8
sudo
-u
respbats /usr/scripts/gestion/gest_crans_lc.py
"
$@
"
respbats/whos
View file @
fbe43627
#!/bin/sh
export
PYTHONIOENCODING
=
utf-8
if
[
!
-e
/usr/scripts/var/encodage_scripts/
$UID
]
;
then
cat
/usr/scripts/var/encodage_scripts/disclaimer
touch
/usr/scripts/var/encodage_scripts/
$UID
else
LANG
=
fr_FR.UTF-8
sudo
-u
respbats /usr/scripts/gestion/whos.py
$*
fi
;
LANG
=
fr_FR.UTF-8
sudo
-u
respbats /usr/scripts/gestion/whos.py
$*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment