xaizek / hstr (License: Apachev2) (since 2018-12-07)
Bash and Zsh shell history suggest box - easily view, navigate, search and manage your command history.
Commit 87ed4ae6a4fa7f24cf22627ca631b89a5d19cb91

Adding ubuntu release script sync.
Author: Martin Dvorak
Author date (UTC): 2016-04-27 06:50
Committer name: Martin Dvorak
Committer date (UTC): 2016-10-22 09:46
Parent(s): 4b76370a4d441e01f2ab1521645e218323942031
Signing key:
Tree: eaead9948231bff9224f632c26c9c935e1a4bc00
File Lines added Lines deleted
dist/ubuntu-sync-scripts.sh 10 0
File dist/ubuntu-sync-scripts.sh added (mode: 100755) (index 0000000..54d4098)
1 #!/bin/bash
2
3 for MYFILE in ubuntu-make-all-distros.sh ubuntu-make-distro.sh
4 do
5
6 cp -vf ~/p/hstr/github/hstr/dist/${MYFILE} ~/p/hstr/launchpad
7
8 done
9
10 # eof
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://code.reversed.top/user/xaizek/hstr

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/hstr

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