backport waitmans changes #1170 from master

This commit is contained in:
Mario Vavti 2018-05-20 11:39:59 +02:00
parent b11db26edf
commit 63f84ece6e
13 changed files with 13 additions and 13 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash -f
#!/usr/bin/env bash -f
if [ $# -lt 2 ]; then
echo usage: $0 repo_url nickname

View File

@ -1,4 +1,4 @@
#!/bin/bash -f
#!/usr/bin/env bash -f
if [ $# -lt 2 ]; then
echo usage: $0 repo_url nickname

View File

@ -1,4 +1,4 @@
#!/bin/bash -f
#!/usr/bin/env bash -f
if [ $# -lt 2 ]; then
echo usage: $0 repo_url nickname

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Simple, minimalist command line tool to post status to hubzilla via the API. Requires curl.
# Put it in your path, and sneeze your statuses to the zot network from your shell.

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
FULLPATH=$(dirname $(readlink -f "$0"))

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# The MIT License
#
# Copyright (c) 2011 Dominic Tarr

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright (c) 2010, 2012 Yu-Jie Lin
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright (c) 2012 Fabio Comuni
# Copyright (c) 2012 Michael Nowack
# Copyright (c) 2010, 2012 Yu-Jie Lin

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright (c) 2012 Fabio Comuni
# Copyright (c) 2010, 2012 Yu-Jie Lin
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if [ ! -d .git ]; then
echo Unable to update `pwd`
exit

View File

@ -1,4 +1,4 @@
#!/bin/bash -f
#!/usr/bin/env bash -f
if [ $# -ne 1 ]; then
echo usage: $0 repository

View File

@ -1,4 +1,4 @@
#!/bin/bash -f
#!/usr/bin/env bash -f
if [ $# -ne 1 ]; then

View File

@ -1,4 +1,4 @@
#!/bin/bash -f
#!/usr/bin/env bash -f
if [ $# -ne 1 ]; then
echo usage: $0 repository