This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/etc/init.d/tailscale | |
/etc/rc.d/*tailscale | |
/etc/tailscale/ | |
/lib/upgrade/keep.d/tailscale | |
/usr/sbin/tailscale | |
/usr/sbin/tailscaled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
# Copyright 2020 Google LLC. | |
# SPDX-License-Identifier: Apache-2.0 | |
# For use as a step in an Automator action. | |
# Expects input to be passed as arguments. | |
export PATH=/usr/local/bin:$PATH | |
for pdf in "$@"; do |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Copyright 2020 Google LLC. | |
* SPDX-License-Identifier: Apache-2.0 | |
* | |
* Asana wants to use Ctrl-/ (control-slash) to activate most of its | |
* keyboard shortcuts. Unfortunately, this conflicts with a default that | |
* is part of GTK, an alias for select all (Ctrl-a). This is how to | |
* unset the Ctrl-/ keyboard shortcut for all GTK apps, which crucially | |
* includes Chrome on Linux. | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Copyright 2020 Google LLC. | |
# SPDX-License-Identifier: Apache-2.0 | |
function usage { | |
cat <<EOF | |
Usage: | |
$(basename $0) PKGID |