backport waitmans changes #1170 from master
This commit is contained in:
parent
b11db26edf
commit
63f84ece6e
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -f
|
#!/usr/bin/env bash -f
|
||||||
|
|
||||||
if [ $# -lt 2 ]; then
|
if [ $# -lt 2 ]; then
|
||||||
echo usage: $0 repo_url nickname
|
echo usage: $0 repo_url nickname
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -f
|
#!/usr/bin/env bash -f
|
||||||
|
|
||||||
if [ $# -lt 2 ]; then
|
if [ $# -lt 2 ]; then
|
||||||
echo usage: $0 repo_url nickname
|
echo usage: $0 repo_url nickname
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -f
|
#!/usr/bin/env bash -f
|
||||||
|
|
||||||
if [ $# -lt 2 ]; then
|
if [ $# -lt 2 ]; then
|
||||||
echo usage: $0 repo_url nickname
|
echo usage: $0 repo_url nickname
|
||||||
|
2
util/hz
2
util/hz
@ -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.
|
# 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.
|
# Put it in your path, and sneeze your statuses to the zot network from your shell.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
FULLPATH=$(dirname $(readlink -f "$0"))
|
FULLPATH=$(dirname $(readlink -f "$0"))
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# The MIT License
|
# The MIT License
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 Dominic Tarr
|
# Copyright (c) 2011 Dominic Tarr
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# Copyright (c) 2010, 2012 Yu-Jie Lin
|
# Copyright (c) 2010, 2012 Yu-Jie Lin
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy of
|
# Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# Copyright (c) 2012 Fabio Comuni
|
# Copyright (c) 2012 Fabio Comuni
|
||||||
# Copyright (c) 2012 Michael Nowack
|
# Copyright (c) 2012 Michael Nowack
|
||||||
# Copyright (c) 2010, 2012 Yu-Jie Lin
|
# Copyright (c) 2010, 2012 Yu-Jie Lin
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# Copyright (c) 2012 Fabio Comuni
|
# Copyright (c) 2012 Fabio Comuni
|
||||||
# Copyright (c) 2010, 2012 Yu-Jie Lin
|
# Copyright (c) 2010, 2012 Yu-Jie Lin
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
if [ ! -d .git ]; then
|
if [ ! -d .git ]; then
|
||||||
echo Unable to update `pwd`
|
echo Unable to update `pwd`
|
||||||
exit
|
exit
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -f
|
#!/usr/bin/env bash -f
|
||||||
|
|
||||||
if [ $# -ne 1 ]; then
|
if [ $# -ne 1 ]; then
|
||||||
echo usage: $0 repository
|
echo usage: $0 repository
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -f
|
#!/usr/bin/env bash -f
|
||||||
|
|
||||||
|
|
||||||
if [ $# -ne 1 ]; then
|
if [ $# -ne 1 ]; then
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -f
|
#!/usr/bin/env bash -f
|
||||||
|
|
||||||
if [ $# -ne 1 ]; then
|
if [ $# -ne 1 ]; then
|
||||||
echo usage: $0 repository
|
echo usage: $0 repository
|
||||||
|
Reference in New Issue
Block a user