Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linuxbin
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Pour rappel, le service sera inaccessible ce lundi 05/05/25 midi pour raison de mise à jour.
Show more breadcrumbs
Aerospace and Mechanical Engineering
linuxbin
Commits
418ff005
Commit
418ff005
authored
8 years ago
by
Boman Romain
Browse files
Options
Downloads
Patches
Plain Diff
merge README.*
parent
f7a26a7f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+16
-0
16 additions, 0 deletions
README.md
README.txt
+0
-16
0 additions, 16 deletions
README.txt
with
16 additions
and
16 deletions
README.md
+
16
−
0
View file @
418ff005
# linuxbin
Common scripts and config files
This is the
`~/bin`
directory of a linux account
## Install
Please, add the following calls to the end of the
`~/.bashrc`
and
`~/.profile`
files
.profile: (PATH and other env vars)
```
. $HOME/bin/cfg/loop.sh ; fct_loop profile $* ; unset fct_loop
```
.bashrc: (interactive stuffs)
```
. ~/bin/cfg/loop.sh ; fct_loop bashrc $* ; unset fct_loop
```
This diff is collapsed.
Click to expand it.
README.txt
deleted
100644 → 0
+
0
−
16
View file @
f7a26a7f
This is the ~/bin directory of a linux account
----------------------------------------------
RoBo
INSTALL:
Please, add the following calls to the end of the .bashrc/.profile cfg files
.profile: (PATH and other env vars)
. $HOME/bin/cfg/loop.sh ; fct_loop profile $* ; unset fct_loop
.bashrc: (interactive stuffs)
. ~/bin/cfg/loop.sh ; fct_loop bashrc $* ; unset fct_loop
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment