This file contains hidden or 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 | |
set -e | |
# Darkify Slack on Mac OS or Linux. | |
# curl https://gist.githubusercontent.com/Symbianx/7624c96102b9fc8d1ff396e8fe0c12e6/raw/darkify-slack-for-windows.sh | sh | |
cd "/c/Users/`cmd.exe /c 'echo %username%' | tr -d '\r\n'`/AppData/Local/slack/" | |
for VERSION_DIR in app-*; do | |
if [ -d "${VERSION_DIR}" ]; then | |
# Will not run if no directories are available |
This file contains hidden or 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
jQuery("td:contains('501426230 - Ica Industria e Comercio Alimentar Sa')").closest("tr").find("button[value='C03']").click() |