Compare commits

..

No commits in common. "master" and "v1.2.0" have entirely different histories.

3 changed files with 2 additions and 11 deletions

2
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "src/libshared"]
path = src/libshared
url = https://github.com/GothenburgBitFactory/libshared
url = https://git.tasktools.org/TM/libshared.git

View file

@ -1,4 +1,4 @@
1.2.0 (2017-05-10) 3f4b2284ad19beacd30e202e6c700a36c2b65c60
1.2.0 (2017-05-10) -
- TS-29 tasksh hangs trying to read task from stdin
(thanks to ilove zfs).

View file

@ -1,9 +1,3 @@
# Installing
* Debian/Ubuntu:
```
$ sudo apt-get install tasksh
```
# Disclaimer during ongoing development
The development branch is a work in progress and may not pass all quality tests,
@ -21,6 +15,3 @@ Thank you for taking a look at tasksh!!
---
Tasksh is released under the MIT license. For details check the LICENSE file.
# Important note
When cloning this from the repo to build from source make sure you `git clone --recursive` to get all required submodules.