Skip to content
Snippets Groups Projects
Unverified Commit 1b7457f6 authored by Simon K's avatar Simon K Committed by GitHub
Browse files

add exit-code check to list_keyrings.sh

parent d9de8059
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
cd $(dirname $0)
cd $(dirname $0) &&
eval g++ list_keyrings.cc -o list.out -Wno-deprecated-declarations $(pkg-config --cflags --libs gnome-keyring-1) &&
./list.out
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment