Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
weboob
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
177
Issues
177
List
Boards
Labels
Milestones
Merge Requests
48
Merge Requests
48
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
weboob
weboob
Commits
a66c2ffb
Commit
a66c2ffb
authored
Apr 26, 2018
by
Sébastien Marie
Committed by
Vincent A
Apr 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix more shell scripts shebangs
parent
1fb226ad
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
contrib/anonymiser.sh
contrib/anonymiser.sh
+1
-1
contrib/report_accounts.sh
contrib/report_accounts.sh
+1
-1
release.sh
release.sh
+1
-1
tools/generate_changelog_modules.sh
tools/generate_changelog_modules.sh
+1
-1
No files found.
contrib/anonymiser.sh
View file @
a66c2ffb
#!/bin/
ba
sh
#!/bin/sh
# A special file with the list of words to replace. The format is one word per line, with a tabulation as separation
# Example:
...
...
contrib/report_accounts.sh
View file @
a66c2ffb
#!/bin/
ba
sh
#!/bin/sh
# Rapport des comptes bancaires
# Liste l'intégralité des comptes dans Boobank, leurs dernières opérations et les opérations à venir
# et envoie ça par mail si --mail machin@example.tld est spécifié, sinon ça affiche
...
...
release.sh
View file @
a66c2ffb
#!/
bin/
bash
#!/
usr/bin/env
bash
# This script is used to release a version.
set
-e
...
...
tools/generate_changelog_modules.sh
View file @
a66c2ffb
#!/
bin/
bash
#!/
usr/bin/env
bash
# Usage: weboob$ tools/generate_changelog_modules.sh TAG "list of hash" [show]
...
...
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