spicylord / clutils (public) (License: GPLv3) (since 2019-07-04) (hash sha1)
An assortment of new and rewritten preexisting tools written by me.
List of commits:
Subject Hash Author Date (UTC)
fixed install script to compile clp.c instead of clb.c 54a54b5da1a122e69ed62bc0f030f11044a62fb9 spicylord 2019-07-04 13:47:33
added email a04151394c9a4b3afe23e8ebd11939fe7892737d spicylord 2019-07-04 02:58:00
initial commit 484a7ed27b1835a962cec85cc6f55a20d4a95b46 spicylord 2019-07-04 02:50:23
Commit 54a54b5da1a122e69ed62bc0f030f11044a62fb9 - fixed install script to compile clp.c instead of clb.c
Author: spicylord
Author date (UTC): 2019-07-04 13:47
Committer name: spicylord
Committer date (UTC): 2019-07-04 13:47
Parent(s): a04151394c9a4b3afe23e8ebd11939fe7892737d
Signing key:
Tree: 66cb1ad9595fc1c411c1be4f709572714a75a24b
File Lines added Lines deleted
INSTALL 1 1
File INSTALL changed (mode: 100755) (index 8baf428..d96251c)
7 7
8 8 if [ "$1" = "" ]; then if [ "$1" = "" ]; then
9 9 echo "gcc clp.c -o clp" echo "gcc clp.c -o clp"
10 gcc clb.c -o clb
10 gcc clp.c -o clp
11 11 echo "gcc echo.c -o echo" echo "gcc echo.c -o echo"
12 12 gcc echo.c -o echo gcc echo.c -o echo
13 13 echo "gcc sc.c -o sc" echo "gcc sc.c -o sc"
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/spicylord/clutils

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/spicylord/clutils

Clone this repository using git:
git clone git://git.rocketgit.com/user/spicylord/clutils

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main