janelznic / bash-scripts

Bash scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bash-scripts

config-user.sh

  • Set up basic user configuration for SSH, Vim, Bash (aliases), Git & NPM
curl -sL https://raw.githubusercontent.com/janelznic/bash-scripts/master/bin/config-user.sh | bash -

mountall.sh

  • Mount remote connection via Samba from file data/mount_servers.dat to /home/<user>/mnt/<user@server>

sshfsall.sh

  • Mount remote connection via SSHFS from file data/sshfs_servers.dat to /home/<user>/mnt/<user@server>

MIT License Copyright (c) 2016-2019 Jan Elznic

About

Bash scripts

License:MIT License


Languages

Language:Shell 100.0%