This website requires JavaScript.
Explore
Help
Sign in
ryuslash
/
gitto
Watch
1
Star
0
Fork
You've already forked gitto
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
987a6137a7
gitto
/
run-gitto
4 lines
32 B
Text
Raw
Normal View
History
Unescape
Escape
Add Makefiles, utility Change the directory structure and add a bunch of Makefiles to make it easy to install gitto. Also add a utility to run gitto in its current state.
2012-07-01 01:42:15 +02:00
#!/bin/sh
Seperate settings to env Set environment settings in `env' and have `run-gitto' use it, this makes it easy for other commands (like make) to utilize this as well. * env: New file, set environment variables needed to do anything with gitto outside of an installed state. * run-gitto: Move environment settings to `env' and just run it.
2012-07-31 02:21:38 +02:00
./env src/gitto "$@"
Reference in a new issue
Copy permalink