mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-06-26 10:54:29 +02:00
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
2
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
|||
[submodule "src/libshared"]
|
||||
path = src/libshared
|
||||
url = https://github.com/GothenburgBitFactory/libshared
|
||||
url = https://git.tasktools.org/TM/libshared.git
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue