Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCentauri committed Mar 5, 2024
1 parent e66b8d2 commit 0a9a6ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/cp2k_run_batch/return_CP2K_versions.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#! /bin/bash

conda_path=$(conda info --envs | grep 'cp2k_run_batch' | sed 's: ::g')

echo "all executables for cp2k_run_batch conda env"
ls $conda_path/bin

echo "List all exectubales containing 'cp2k'"
compgen -cX '!*cp2k*'

0 comments on commit 0a9a6ab

Please sign in to comment.