1
0
Fork 0
This commit is contained in:
Starbeamrainbowlabs 2016-03-21 19:56:00 +00:00
parent 02a9e87c91
commit b791c982e0
2 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,9 @@ Here's a list of the most interesting ones, along with what they do and where th
- ps_mem - Shows memory usage by process.
- node-update - Adapted from a bash script given in a github issue for io.js, this script will update you to the latest version of node. I think that there's a bug with it, but it works well enough for me.
- stealtime - Tells you how much of your CPU time has been stolen by other virtual machines.
- [speedtest-cli](https://github.com/sivel/speedtest-cli)
- mountunishares - A script that automatically mounts my university file shares.
- pd - A directory stack helper. Insanely useful - I think I picked it up from a superuser answer somewhere.
## Disclaimer
I don't own many of the tools in this repository. If you are an owner of one of these tools and I haven't linked to you, please let me know as I probably forgot.

View File

@ -55,3 +55,4 @@ function pd()
fi
pushd $choice
}