https://github.com/axelfahy/bfs
Best Fancy Scripts, your Best Free Slave!
https://github.com/axelfahy/bfs
Last synced: 4 months ago
JSON representation
Best Fancy Scripts, your Best Free Slave!
- Host: GitHub
- URL: https://github.com/axelfahy/bfs
- Owner: axelfahy
- License: mit
- Created: 2019-10-07T08:24:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T13:23:35.000Z (almost 5 years ago)
- Last Synced: 2025-06-13T11:05:11.048Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bfs
> Best Fancy Scripts, your Best Free Slave!This repository contains some useful scripts:
* `run_jupyterlab.sh`: script to start [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/) on a server. The script will automatically find an available port and display the correct url to access the notebook.
* `start.py`: startup script for [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/) to load some imports and activate the autoreload.
* `sync_owncloud.sh`: script to sync an [Owncloud](https://owncloud.org/) folder. It can be used in cron, to sync folders between servers.
## Meta
Axel Fahy – axel@fahy.net
Distributed under the MIT license. See ``LICENSE`` for more information.
[https://github.com/axelfahy](https://github.com/axelfahy)
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request