Commit Graph

57 Commits

Author SHA1 Message Date
Kunal Dabir 2a75f7e763 Add more comments for anyone to follow along what the script does
Also extracted function for commands what expect version as arg
2017-10-14 12:29:07 +05:30
Kunal Dabir 03f2acd57b add gcc make 2017-08-31 23:41:49 +05:30
Kunal Dabir 221cf2b87a more commands 2017-08-31 23:38:22 +05:30
Kunal Dabir 4dddf27108 release 1.0
- added more commands, shuffle the order
- added installation script
- using make to run tests
- update README with installation steps and usage
2017-08-29 12:01:11 +05:30
Kunal Dabir be35ddcfff add more commands 2017-08-29 09:37:37 +05:30
Kunal Dabir 3b6dbf78e4 return exit status based on number of failed commands, 0 means all passed 2017-08-29 09:14:08 +05:30
Kunal Dabir 59a3369956 First cut of `has`
No need to install anything, no need to hit any url. all you need is bash. Many rough edges, many commands missing. there are potential unsafe operations like eval. but still feels much simpler than previous edition.
2017-08-28 21:11:32 +05:30