Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Bourgeat
thundermodo
Commits
92cc33a1
Commit
92cc33a1
authored
Oct 08, 2013
by
Antonin Delpeuch
Browse files
Added the configuration script
parent
4c0a13d1
Changes
3
Hide whitespace changes
Inline
Side-by-side
chrome/content/mod-buttons.xul
View file @
92cc33a1
...
...
@@ -8,5 +8,5 @@
<toolbar
id=
"header-view-toolbar"
>
<toolbarbutton
id=
"hdrModRejectButton"
class=
"hdrTrashButton msgHeaderView-button"
label=
"Rejeter"
oncommand=
"ToolbarEvents.onReject(event);"
/>
</toolbar>
</overlay>
</overlay>
configure
0 → 100755
View file @
92cc33a1
#!/bin/sh
if
[
$1
]
;
then
sed
-e
s/CLIPPER_USERNAME/
$1
/ chrome/content/toolbar-events.js.in
>
chrome/content/toolbar-events.js
echo
"Vous pouvez maintenant lancer 'make' pour créer le plugin Thunderbird."
else
echo
"Entrez votre login clipper :"
read
login
./configure
$login
fi
send-moderate.sh
View file @
92cc33a1
#!/bin/sh
export
SSH_ASKPASS
=
/usr/lib/openssh/gnome-ssh-askpass
ssh
$1
@
trolle
.ens.fr
\~
gourous/bin/su-gourous
\~
gourous/bin/moderate
--
$2
$3
< /dev/null
ssh
$1
@
sas.eleves
.ens.fr
\~
gourous/bin/su-gourous
\~
gourous/bin/moderate
--
$2
$3
< /dev/null
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