Last active
October 27, 2020 17:54
-
-
Save spiashko/05b640526f0252954f13f2e783bb69c3 to your computer and use it in GitHub Desktop.
my user bin folder
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
just placeholder for name |
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 | |
echo $1 | python -mjson.tool |
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 | |
sh /home/siarhei/soft/kafka_2.12-2.1.0/bin/kafka-server-start.sh /home/siarhei/soft/kafka_2.12-2.1.0/config/server.properties |
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 | |
sh /home/siarhei/soft/kafka_2.12-2.1.0/bin/zookeeper-server-start.sh /home/siarhei/soft/kafka_2.12-2.1.0/config/zookeeper.properties |
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 | |
echo $1 | xmllint --format - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment