3 lines
88 B
Bash
Executable file
3 lines
88 B
Bash
Executable file
#!/bin/bash
|
|
mv `type -p tar` "$(type -p tar)"-eski
|
|
ln -s $(type -p bsdtar) /usr/bin/tar
|