Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
onfilechange
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
onfilechange
Merge requests
!2
Multiple files with spaces
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Multiple files with spaces
multiple-files-with-spaces
into
master
Overview
0
Commits
2
Pipelines
0
Changes
5
Merged
Hahn Axel (hahn)
requested to merge
multiple-files-with-spaces
into
master
5 months ago
Overview
0
Commits
2
Pipelines
0
Changes
5
Expand
handle multiple files with spaces add long param options update help
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
6e4ecc98
2 commits,
5 months ago
5 files
+
222
−
133
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
docs/10_Installation.md
+
6
−
6
Options
# Installation
#
# Installation
# Manual installation
##
# Manual installation
In short a manual way:
*
Copy the bash script somewhere you like.
*
set execute permissions
`chmod 0755 onfilechange.sh`
# Use git
##
# Use git
If you have git and want to update the files with a simple git pull
you can do it that way.
## Get the files
##
## Get the files
```
shell
cd
/opt
git clone https://gitlab.iml.unibe.ch/iml-open-source/onfilechange.git
```
## Make script available anywhere
##
## Make script available anywhere
To have a single file in /usr/local/bin you can create a softlink
@@ -28,7 +28,7 @@ cd /usr/local/bin
ln
-s
/opt/onfilechange/onfilechange
```
## Update
##
## Update
script
To start an update you can use
Loading